home *** CD-ROM | disk | FTP | other *** search
- *** 1.2 1991/09/24 14:26:00
- --- Changelo 1992/03/06 19:09:32
- ***************
- *** 131,133 ****
- --- 131,138 ----
- as well be in sync though.
-
- ---------------------------- Patchlevel 4 -----------------------------------
- +
- + *.h:: ++jrb
- + get rid of #pragma once from gcc-2.0
- +
- + ---------------------------- Patchlevel 5 -----------------------------------
- *** 1.3 1991/07/10 16:10:03
- --- Makefile 1992/03/06 19:09:33
- ***************
- *** 8,16 ****
-
- AR = $(CROSSBIN)/car
- CC = cgcc
- ! GXX = cg++
- CC020 = cgcc -m68020
- ! GXX020 = cg++ -m68020
- CPP = /lib/cpp
- AS = $(CC)
- LIB = $(CROSSLIB)
- --- 8,16 ----
-
- AR = $(CROSSBIN)/car
- CC = cgcc
- ! GXX = cgcc
- CC020 = cgcc -m68020
- ! GXX020 = cgcc -m68020
- CPP = /lib/cpp
- AS = $(CC)
- LIB = $(CROSSLIB)
- *** 1.4 1991/09/24 14:26:00
- --- PatchLev.h 1992/03/06 19:09:33
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "4"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,5 ----
-
- ! #define PatchLevel "5"
-
- /*
- * the Patch Level above is to identify the version
- *** 1.1 1991/07/10 16:10:03
- --- makefile.16 1992/03/06 19:09:39
- ***************
- *** 1,6 ****
- # Makefile for the atariST g++ library (16 bit int default)
-
- ! GXX= g++
- CC= gcc
- CPP= gcc-cpp
- AR= gcc-ar
- --- 1,6 ----
- # Makefile for the atariST g++ library (16 bit int default)
-
- ! GXX= gcc
- CC= gcc
- CPP= gcc-cpp
- AR= gcc-ar
- ***************
- *** 15,21 ****
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- ! -fcombine-regs -fstrength-reduce -DNDEBUG $(XFLAGS)
-
- GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- -felide-constructors -fsave-memoized $(XXFLAGS)
- --- 15,21 ----
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- ! -fstrength-reduce -DNDEBUG $(XFLAGS)
-
- GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- -felide-constructors -fsave-memoized $(XXFLAGS)
- *** 1.1 1991/07/10 16:10:03
- --- makefile.32 1992/03/06 19:09:39
- ***************
- *** 1,6 ****
- # Makefile for the atariST g++ library (32 bit int default)
-
- ! GXX= g++
- CC= gcc
- CPP= gcc-cpp
- AR= gcc-ar
- --- 1,6 ----
- # Makefile for the atariST g++ library (32 bit int default)
-
- ! GXX= gcc
- CC= gcc
- CPP= gcc-cpp
- AR= gcc-ar
- ***************
- *** 15,21 ****
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- ! -fcombine-regs -fstrength-reduce -DNDEBUG $(XFLAGS)
-
- GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- -felide-constructors -fsave-memoized $(XXFLAGS)
- --- 15,21 ----
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- ! -fstrength-reduce -DNDEBUG $(XFLAGS)
-
- GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES) \
- -felide-constructors -fsave-memoized $(XXFLAGS)
- *** 1.2 1991/09/24 14:26:00
- --- xgetopt.cc 1992/03/06 19:09:47
- ***************
- *** 19,24 ****
- --- 19,29 ----
- #endif
- #include <xgetopt.h>
-
- + char *GetOpt::nextchar = (char*)0;
- + int GetOpt::last_nonopt = 0;
- + int GetOpt::first_nonopt = 0;
- + GetOpt::Order GetOpt::ordering = REQUIRE_ORDER;
- +
- GetOpt::GetOpt (int argc, char **argv, char *optstring): opterr (1)
- {
- /* Initialize the internal data when the first call is made.
- *** 1.2 1991/09/24 14:26:00
- --- xrng.cc 1992/03/06 19:09:51
- ***************
- *** 32,37 ****
- --- 32,40 ----
-
- static char initialized = 0;
-
- + PrivateRNGSingleType RNG::singleMantissa; // mantissa bit vector
- + PrivateRNGDoubleType RNG::doubleMantissa; // mantissa bit vector
- +
- RNG::RNG()
- {
- if (!initialized)
-